home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_08_05
/
8n05075a
< prev
next >
Wrap
Text File
|
1990-04-17
|
200b
|
14 lines
Listing 4:
int testcalled = 0;
main()
{
test();
printf("test() called, testcalled = %d\n", testcalled);
test();
printf("test() called, testcalled = %d\n", testcalled);
exit(0);
}